home *** CD-ROM | disk | FTP | other *** search
/ Shakespeare DiscPassage / Shakespeare DiscPassage - CMC ReSearch Inc..ISO / install.bat < prev    next >
Encoding:
DOS Batch File  |  1989-12-15  |  1.3 KB  |  34 lines

  1. echo  off
  2. REM  CMC ReSearch: CD-ROM, DiscPassage Installation batch file.
  3. setup
  4. if errorlevel 4 goto done
  5. if errorlevel 2 goto drived
  6. if errorlevel 3 goto drivee
  7. echo     Copying DiscPassage program to drive C:
  8. copy \discpass.exe c:\discpass\dp.exe
  9. copy \dp.bat c:\dp.bat
  10. echo  **********************************************************
  11. echo  *  To begin using the program,                           *
  12. echo  *  Type C: and return, then type DP and press return.    *
  13. echo  **********************************************************
  14. goto done
  15. :drived
  16. echo     Copying DiscPassage program to drive D:
  17. copy \discpass.exe d:\discpass\dp.exe
  18. copy \dp.bat d:\dp.bat
  19. echo  **********************************************************
  20. echo  *  To begin using the program,                           *
  21. echo  *  Type D: and return, then type DP and press return.    *
  22. echo  **********************************************************
  23. goto done
  24. :drivee
  25. echo     Copying DiscPassage program to drive E:
  26. copy \discpass.exe e:\discpass\dp.exe
  27. copy \dp.bat e:\dp.bat
  28. echo  **********************************************************
  29. echo  *  To begin using the program,                           *
  30. echo  *  Type E: and return, then type DP and press return.    *
  31. echo  **********************************************************
  32. :done
  33. echo  on
  34.